home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / tasksel.postinst < prev    next >
Text File  |  2008-10-10  |  255b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3. # Get tasksel's templates loaded up.
  4. . /usr/share/debconf/confmodule
  5. # Automatically added by dh_installmenu
  6. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  7.     update-menus
  8. fi
  9. # End automatically added section
  10.  
  11.